home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / apps / files / dwmx2k4.exe / Disk1 / data1.cab / Configuration_En / Snippets / Comments / CommentWrap.csn < prev    next >
Encoding:
Extensible Markup Language  |  2003-09-05  |  331 b   |  9 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <snippet name = "Comment, Single-Line" description = "Wraps an HTML comment tag around the selection." preview="code" type="wrap">
  3. <insertText location="beforeSelection">
  4. <![CDATA[<!--]]>
  5. </insertText>
  6. <insertText location="afterSelection"><![CDATA[-->]]>
  7. </insertText>
  8. </snippet>
  9.